* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

@font-face {
    font-family: Hind;
    font-weight: normal;
    src: url("../assets/fonts/Hind_Madurai/HindMadurai-Regular.ttf");
}

@font-face {
    font-family: Cormorant;
    font-weight: bold;
    src: url("../assets/fonts/Cormorant_SC/CormorantSC-Bold.ttf");
}
.hidden {
    display: none;
}

.green {
    margin: auto;
    background-color: green;
}
.red{
    margin: auto;
    background-color: #de1616;
}
#pop {
    padding: 15px;
    color: white;
    font-size: 2rem;
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100%;
}
#pop-red {
    padding: 15px;
    color: white;
    font-size: 2rem;
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100%;
}

/*Mobile-begin+++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

body {
    font-family: Hind, Arial, Helvetica, sans-serif;
    margin: auto;
    font-size: 1.9rem;
    background-color: rgba(117 20, 20, 0.1);
}

@keyframes titelbild {
    0% {
        transform: scale(0.2);
        opacity: 0;
    }
    10% {
        transform: scale(0.3);
        opacity: 0.1;
    }
    20% {
        transform: scale(0.4);
        opacity: 0.2;
    }
    30% {
        transform: scale(0.5);
        opacity: 0.3;
    }
    40% {
        transform: scale(0.6);
        opacity: 0.4;
    }
    50% {
        transform: scale(0.7);
        opacity: 0.5;
    }
    60% {
        transform: scale(0.8);
        opacity: 0.6;
    }
    70% {
        transform: scale(0.9);
        opacity: 0.7;
    }
    80% {
        transform: scale(1);
        opacity: 0.8;
    }
    90% {
        transform: scale(1);
        opacity: 0.9;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes bild_oben {
    0% {
        opacity: 0.25;
    }
    20% {
        opacity: 0.5;
    }
    40% {
        opacity: 0.75;
    }
    60% {
        opacity: 1;
    }
    80% {
        opacity: 0.75;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes farbwechsel {
    0% {
        background-color: #751414;
    }
    50% {
        background-color: rgb(24, 32, 3);
    }
    100% {
        background-color: rgb(0, 20, 40)
    }
}


/*container-begin--------------------------*/

.container-fluid {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.container {
    max-width: 90%;
    height: auto;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 40px;
    background-image: url("../assets/");
}

.container-mobil {
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.container60-40 {
    max-width: 85%;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.container60-40 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
}

.container60-40-anfahrt {
    max-width: 85%;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.container60-40-anfahrt img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50%;
}

.container40-60 {
    max-width: 85%;
    margin: auto;
    align-items: center;
    justify-content: center;
    transform: scaleX(-1);
}

.container40-60 p {
    transform: scaleX(-1);
}

.container40-60 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
    transform: scaleX(1);
}

.container100 {
    width: 100%;
    height: auto;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.container50-50 {
    margin: auto;
    align-items: center;
    justify-content: center;
    max-width: 85%;
}

.bild_unten {
    position: absolute;
    animation: titelbild 1.5s;
}

.bild_oben {
    position: absolute;
    opacity: 0;
    animation: bild_oben 4s;
    animation-delay: 2.5s;
    animation-iteration-count: infinite;
}

.titelbild {
    height: 200px;
    animation: titelbild 1.5s;
    position: relative;
    overflow: hidden;
}

.bilder-gross-home {
    height: 250px;
    object-fit: cover;
    object-position: right 20%;
}

.bilder-gross-termine {
    height: 250px;
    object-fit: cover;
    object-position: right 50%;
}

.bilder-gross-kontakt {
    height: 250px;
    object-fit: cover;
    object-position: right 20%;
}

.alert {
    background-color: green;
}


/*container-end--------------------------*/


/*Helferklassen-begin--------------------------------*/

.py {
    padding-top: 5px;
    padding-bottom: 5px;
}

.px {
    padding-left: 0px;
    padding-right: 0px;
}

.px2 {
    padding: 0 20px;
}

.pt {
    padding-top: 20px;
}

.pb {
    padding-bottom: 10px;
}

.pb2 {
    padding-bottom: 0px;
}

.pb3 {
    padding-bottom: 60px;
}

.mt {
    margin-top: 100px;
}

.mt-2 {
    margin-top: 60px;
}

.my {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my2 {
    margin-top: 10px;
    margin-bottom: 30px;
}

.mb {
    margin-bottom: 60px;
}

.mb3 {
    margin-bottom: 10px;
}

.mx {
    margin-left: 10px;
    margin-right: 10px;
}

.ms {
    margin-left: 20px;
}


/*Helferklassen-end--------------------------------*/

.logo img {
    width: auto;
    height: 60px;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.titelbild img {
    width: 100%;
    height: auto;
}

img {
    width: 100%;
    height: auto;
    margin: auto;
}

.img-rund {
    border-radius: 300px 0px 0px 300px;
}

.img-rund2 {
    border-radius: 20px 300px 300px 20px;
}

.img-rund-gross {
    border-radius: 250px 250px 250px 250px;
}

img.container100 {
    padding: 10px;
}

h3 {
    text-align: center;
    font-size: 2.7rem;
    color: rgb(0, 20, 40);
    text-decoration-line: underline;
    text-underline-offset: 1rem;
    letter-spacing: 0.3rem;
    text-shadow: 1px 1.5px 2px rgb(0, 20, 40);
    text-decoration-style: wavy;
    text-decoration-thickness: 0.15rem;
}

h2 {
    animation-name: farbwechsel;
    animation-duration: 10s;
    text-align: center;
    font-size: 3.2rem;
    font-family: Cormorant, Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    background-color: rgb(0, 20, 40);
    color: white;
    letter-spacing: 0.1rem;
    text-shadow: 0.5px 0.5px 1.5px rgb(255, 255, 255);
}

h1 {
    animation-name: farbwechsel;
    animation-duration: 10s;
    text-align: center;
    font-size: 3.8rem;
    font-family: Cormorant, Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
    color: white;
    background-color: rgb(0, 20, 40);
    line-height: 4.2rem;
    letter-spacing: 0.1rem;
    text-shadow: 0.5px 0.5px 1.5px rgb(255, 255, 255);
}


/*Button nach oben-begin-------------------------*/

#top {
    position: sticky;
    display: none;
    bottom: 85px;
    margin: auto;
    margin-right: 35px;
    width: 60px;
    height: 30px;
    background-color: rgb(0, 20, 40, 0.2);
    border: 1px solid rgb(0, 20, 40, 0.2);
    border-radius: 2rem;
}

#top :hover {
    cursor: pointer;
}

.imgup {
    display: block;
    width: 35px;
    height: auto;
    margin-right: 10px;
}


/*Button nach oben-end-----------------------------*/


/*Mainnav-begin------------------------------------*/

.main-nav {
    background-color: #751414;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    flex-wrap: wrap;
}

.nav-link:hover {
    color: black;
}

.navbar li .nav-link {
    text-decoration: none;
}

.nav ul {
    list-style-type: none;
}

.submenu {
    color: white;
    font-size: 2rem;
    margin-top: 5px;
}

.mainmenu {
    background-color: rgb(139, 137, 137);
    border-radius: 5px;
    color: white;
    font-size: 2.6rem;
    margin-top: 15px;
}


/*Mainnav-end-----------------------------------*/


/*Bürgermenü-begin------------------------------*/

.hamburger,
.hamburger::before,
.hamburger::after {
    display: block;
    content: "";
    background: black;
    height: 3px;
    width: 30px;
    transition: all 300ms;
    border-radius: 3px;
}

.hamburger::before {
    transform: translateY(-7px);
    transition: all 1ms;
}

.hamburger::after {
    transform: translateY(4px);
}

.hamburger {
    margin: 17px;
}

.open .hamburger {
    transform: rotate(45deg);
}

.open .hamburger::before {
    opacity: 0;
}

.open .hamburger::after {
    transform: translateY(-3px) rotate(-90deg);
}

.navbar li {
    list-style: none;
}

.menu-toggler {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    margin: 20px;
    border-radius: 10px;
}

.navbar {
    display: none;
}

.open .navbar {
    display: block;
    flex-basis: 100%;
    border-top: 4px solid black;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-top: 20px;
    padding-bottom: 0;
    background: #751414;
}

.nav-link {
    padding: 10px;
    display: block;
    text-align: center;
}


/*Burgermenu-end----------------------------*/


/*Formular-begin----------------------------*/

.form-label label {
    display: block;
}

.form-label .input-text {
    border: 2px solid rgb(0, 20, 40);
    width: 100%;
    height: 4rem;
    font-size: 2rem;
    padding-left: 5px;
}

.radio {
    display: flex;
}

#mybutton {
    background-color: #751414;
    border-radius: 5px;
    width: 100px;
    height: 30px;
    color: white;
    box-shadow: 2px 1px 1px black;
    font-size: 1.8rem;
    margin-bottom: 15px;
    margin-top: 5px;
}

#mybutton:hover {
    cursor: pointer;
    background-color: rgb(0, 20, 40);
}


/*Formular-end----------------------------------*/


/*Footer-begin----------------------------------*/

.foot {
    background-color: #751414;
    height: auto;
    display: flex;
    justify-content: flex-start;
    margin: auto;
    width: 100%;
    position: absolute;
}

.foot-link a {
    display: block;
    color: white;
    font-size: 1.3rem;
    margin: 20px;
}

.foot-link a:hover {
    color: black;
}

.rights {
    display: flex;
    font-size: 1rem;
    color: #797777;
    justify-content: start;
    padding-left: 20px;
}


/*Footer-end--------------------------------------*/


/*Mobile-end+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

@media screen and (min-width: 500px) {
    .titelbild {
        height: 330px;
    }
    .bilder-gross-home {
        height: 300px;
        object-fit: cover;
        object-position: right 20%;
    }
    .bilder-gross-termine {
        height: 300px;
        object-fit: cover;
        object-position: right 10%;
    }
    .bilder-gross-kontakt {
        height: 300px;
        object-fit: cover;
        object-position: right 20%;
    }
    h1 {
        padding: 10px;
    }
}

@media screen and (min-width: 576px) {
    .bilder-gross-home {
        height: 350px;
        object-fit: cover;
        object-position: right 20%;
    }
    .bilder-gross-termine {
        height: 350px;
        object-fit: cover;
        object-position: right 70%;
    }
    .bilder-gross-kontakt {
        height: 350px;
        object-fit: cover;
        object-position: right 20%;
    }
    body {
        font-size: 2.1rem;
    }
    h2 {
        font-size: 4rem;
    }
    h1 {
        font-size: 4.5rem;
        line-height: 5rem;
    }
    h3 {
        font-size: 3.5rem;
    }
    .pb {
        padding-bottom: 20px;
    }
    .mb3 {
        margin-bottom: 20px;
    }
    .bilder-gross {
        height: 400px;
        object-fit: cover;
    }
    .foot-link a {
        display: block;
        color: white;
        font-size: 1.8rem;
        margin: 20px;
    }
    .rights {
        font-size: 1.1rem;
    }
    /*Bürgermenü-begin------------------------------*/
    .hamburger,
    .hamburger::before,
    .hamburger::after {
        display: block;
        content: "";
        background: black;
        height: 3px;
        width: 30px;
        transition: all 300ms;
        border-radius: 3px;
    }
    .hamburger::before {
        transform: translateY(-7px);
        transition: all 1ms;
    }
    .hamburger::after {
        transform: translateY(4px);
    }
    .hamburger {
        margin: 17px;
    }
    .open .hamburger {
        transform: rotate(45deg);
    }
    .open .hamburger::before {
        opacity: 0;
    }
    .open .hamburger::after {
        transform: translateY(-3px) rotate(-90deg);
    }
    .navbar li {
        list-style: none;
    }
    .menu-toggler {
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        margin: 20px;
        border-radius: 10px;
    }
    .navbar {
        display: none;
    }
    .open .navbar {
        display: block;
        flex-basis: 100%;
        border-top: 4px solid black;
        margin-top: 0px;
        margin-bottom: 15px;
        padding-top: 20px;
        padding-bottom: 0;
        background: #751414;
    }
    .nav-link {
        padding: 10px;
        display: block;
        text-align: center;
    }
    /*Burgermenu-end----------------------------*/
}

@media screen and (min-width: 800px) {
    body {
        font-size: 2.3rem;
    }
    .bilder-gross-home {
        height: 450px;
        object-fit: cover;
        object-position: right 20%;
    }
    .bilder-gross-termine {
        height: 450px;
        object-fit: cover;
        object-position: right 80%;
    }
    .bilder-gross-kontakt {
        height: 450px;
        object-fit: cover;
        object-position: right 20%;
    }
    h2 {
        font-size: 4.5rem;
        letter-spacing: 0.2rem;
    }
    h1 {
        font-size: 5rem;
        padding: 15px;
        line-height: 6rem;
        letter-spacing: 0.2rem;
    }
    h3 {
        font-size: 4rem;
        text-underline-offset: 1rem;
        letter-spacing: 0.6rem;
        text-decoration-thickness: 0.2rem;
    }
    .my2 {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .pb3 {
        padding-bottom: 80px;
    }
    .pt {
        padding-top: 30px;
    }
    .py {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .mb {
        margin-bottom: 80px;
    }
    .mb3 {
        margin-bottom: 30px;
    }
    .rights {
        font-size: 1.2rem;
    }
}


/*Desktop-begin+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

@media screen and (min-width: 1000px) {
    .titelbild {
        height: 650px;
    }
    .bilder-gross-home {
        height: 500px;
        object-fit: cover;
        object-position: right 20%;
    }
    .bilder-gross-termine {
        height: 500px;
        object-fit: cover;
        object-position: right 80%;
    }
    .bilder-gross-kontakt {
        height: 500px;
        object-fit: cover;
        object-position: right 20%;
    }
    body {
        font-size: 2.5rem;
    }
    .logo img {
        width: auto;
        height: 75px;
    }
    .mainmenu {
        margin-left: 50px;
        margin-right: 50px;
    }
    /*Bürgermenü-begin-------------------------------*/
    .hamburger,
    .hamburger::before,
    .hamburger::after {
        height: 4px;
        width: 40px;
        border-radius: 4px;
    }
    .hamburger::before {
        transform: translateY(-8px);
        transition: all 1ms;
    }
    .hamburger::after {
        transform: translateY(4px);
    }
    .hamburger {
        margin: 17px;
    }
    .open .hamburger {
        transform: rotate(45deg);
    }
    .open .hamburger::before {
        opacity: 0;
    }
    .open .hamburger::after {
        transform: translateY(-3.5px) rotate(-90deg);
    }
    .menu-toggler {
        margin: 30px;
    }
    /*Burgermenu-end----------------------------------*/
    h2 {
        font-size: 5rem;
        padding-top: 10px;
        padding-bottom: 10px;
        letter-spacing: 0.3rem;
    }
    h1 {
        font-size: 5.5rem;
        padding: 20px;
        letter-spacing: 0.3rem;
    }
    h3 {
        font-size: 4.5rem;
        text-underline-offset: 1.4rem;
        letter-spacing: 0.8rem;
        text-decoration-thickness: 0.25rem;
    }
    .open .navbar {
        display: flex;
        flex-basis: 100%;
        border-top: 2px solid black;
        padding-bottom: 40px;
        justify-content: center;
    }
    /*container-begin--------------------------*/
    img.container100 {
        padding: 0px;
    }
    .container-mobil {
        background: none;
    }
    .container {
        background: none;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .container60-40-anfahrt {
        display: grid;
        grid-template-columns: 60% 40%;
        grid-template-rows: auto;
    }
    .container60-40 {
        display: grid;
        grid-template-columns: 60% 40%;
        grid-template-rows: auto;
    }
    .container40-60 {
        display: grid;
        grid-template-columns: 40% 60%;
        grid-template-rows: auto;
    }
    .container100 {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto;
    }
    .container50-50 {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto;
        column-gap: auto;
        max-width: 100%;
    }
    #top {
        position: sticky;
        display: none;
        bottom: 110px;
        margin: auto;
        margin-right: 35px;
        width: 60px;
        height: 30px;
        background-color: rgb(0, 20, 40, 0.2);
        border: 1px solid rgb(0, 20, 40, 0.2);
        border-radius: 2rem;
    }
    /*container-end--------------------------*/
    /*Footer-begin----------------------------------*/
    .foot-link a {
        font-size: 1.7rem;
    }
    /*Footer-end-------------------------------------*/
    /*Helferklassen-begin--------------------------------*/
    .px {
        padding-left: 10px;
        padding-right: 10px;
    }
    .pe2 {
        padding-left: 0px;
        padding-right: 100px;
    }
    .ps {
        padding-left: 30px;
        padding-right: 10px;
    }
    .pb2 {
        padding-bottom: 10px;
    }
    .my {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .ps {
        padding-left: 30px;
    }
    .pe {
        padding-right: 30px;
    }
    .my2 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .pb3 {
        padding-bottom: 90px;
    }
    .pt {
        padding-top: 30px;
    }
    .py {
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .mb {
        margin-bottom: 80px;
    }
    .mb3 {
        margin-bottom: 50px;
    }
    /*Helferklassen-end--------------------------------*/
}


/*Desktop-end+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*Desktop-large-begin+++++++++++++++++++++++++++++++++++++++++++++++++++*/

@media screen and (min-width: 1200px) {
    .titelbild {
        height: 750px;
    }
    #top {
        position: sticky;
        display: none;
        bottom: 140px;
        margin: auto;
        margin-right: 35px;
        width: 60px;
        height: 30px;
        background-color: rgb(0, 20, 40, 0.2);
        border: 1px solid rgb(0, 20, 40, 0.2);
        border-radius: 2rem;
    }
    .bilder-gross-home {
        height: 550px;
        object-fit: cover;
        object-position: right 20%;
    }
    .bilder-gross-termine {
        height: 550px;
        object-fit: cover;
        object-position: right 70%;
    }
    .bilder-gross-kontakt {
        height: 550px;
        object-fit: cover;
        object-position: right 20%;
    }
    body {
        font-size: 2.9rem;
        line-height: 140%;
    }
    .submenu {
        font-size: 2.5rem;
    }
    .mainmenu {
        font-size: 3.5rem;
    }
    /*Bürgermenü-begin-------------------------------*/
    .hamburger,
    .hamburger::before,
    .hamburger::after {
        height: 5px;
        width: 50px;
        border-radius: 5px;
    }
    .hamburger::before {
        transform: translateY(-9px);
        transition: all 1ms;
    }
    .hamburger::after {
        transform: translateY(4px);
    }
    .hamburger {
        margin: 17px;
    }
    .open .hamburger {
        transform: rotate(45deg);
    }
    .open .hamburger::before {
        opacity: 0;
    }
    .open .hamburger::after {
        transform: translateY(-5px) rotate(-90deg);
    }
    .menu-toggler {
        margin: 45px;
    }
    /*Burgermenu-end-----------------------------------*/
    h2 {
        font-size: 5.5rem;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    h1 {
        font-size: 6rem;
        padding: 20px;
        line-height: 6.5rem;
    }
    h3 {
        font-size: 5rem;
    }
    /*Footer-begin--------------------------------------*/
    .foot-link a {
        font-size: 2rem;
    }
    .rights {
        font-size: 1.3rem;
        margin-bottom: -12px;
    }
    /*Footer-end-----------------------------------------*/
    /*Helferklassen-begin--------------------------------*/
    .px {
        padding-left: 20px;
        padding-right: 20px;
    }
    .pb3 {
        padding-bottom: 90px;
    }
    .pt {
        padding-top: 30px;
    }
    .py {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .mb {
        margin-bottom: 100px;
    }
    .mb3 {
        margin-bottom: 70px;
    }
    .mt-2 {
        margin-top: 80px;
    }
    /*Helferklassen-end--------------------------------*/
}


/*Desktop-large-end+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

@media screen and (min-width: 1400px) {
    .titelbild {
        height: 750px;
    }
    .bilder-gross-home {
        height: 700px;
        object-fit: cover;
        object-position: right 20%;
    }
    .bilder-gross-termine {
        height: 700px;
        object-fit: cover;
        object-position: right 70%;
    }
    .bilder-gross-kontakt {
        height: 700px;
        object-fit: cover;
        object-position: right 30%;
    }
    .container100 {
        object-fit: cover;
    }
    body {
        font-size: 3.1rem;
        line-height: 140%;
    }
    h2 {
        font-size: 6.5rem;
        padding-top: 20px;
        padding-bottom: 20px;
        letter-spacing: 0.4rem;
    }
    h1 {
        font-size: 7.5rem;
        padding: 20px;
        letter-spacing: 0.4rem;
        line-height: 7.5rem;
    }
    h3 {
        font-size: 6rem;
    }
    .px {
        padding-left: 20px;
        padding-right: 20px;
    }
    .pb3 {
        padding-bottom: 90px;
    }
    .pt {
        padding-top: 50px;
    }
    .py {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .mb {
        margin-bottom: 120px;
    }
    .mb3 {
        margin-bottom: 80px;
    }
    .mt-2 {
        margin-top: 120px;
    }
}